Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / IContentList<T> Interface / First Property

In This Topic
    First Property (IContentList<T>)
    In This Topic
    Gets the first item in the collection.
    Syntax
    'Declaration
     
    ReadOnly Property First As T
    T First {get;}
    See Also